console.writeLine

Instance of

Function

Parameters

/*any number of convertible to String parameters*/

Return value

console

Description

Writes arguments appended with the new line character or characters sequence (platform dependent) to standard output stream.

Example

console.writeLine("seven: ", 7);

Expected output

seven: 7